UFix64MINumericUFix64MRemainder Method

Computes the remainder after dividing the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64M INumeric<UFix64M>.Remainder(
	UFix64M value
)

Parameters

value  UFix64M
The value as the divisor.

Return Value

UFix64M
The remainder after dividing the current value by value.

Implements

INumericTSelfRemainder(TSelf)

See Also